From 3900700479ec0706b3b4f091b726dfbd53eed5f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Thu, 10 Sep 2015 11:34:44 +0200 Subject: [PATCH] GtkContainer: Fix paramter name in doc comment --- gtk/gtkcontainer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 2a712d8cbf..76b893745c 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -1543,7 +1543,7 @@ gtk_container_class_install_child_property (GtkContainerClass *cclass, * gtk_container_class_install_child_properties: * @cclass: a #GtkContainerClass * @n_pspecs: the length of the #GParamSpec array - * @pspec: (array length=n_pspecs): the #GParamSpec array defining the new + * @pspecs: (array length=n_pspecs): the #GParamSpec array defining the new * child properties * * Installs child properties on a container class. -- 2.30.2